A. The default constructor
B. The Control_Build() method
C. The Paint() method
D. The Render() method
Advertisement
Related Mcqs:
- Which method displays the custom control________________?
- A. Display B. Page_Load C. Render D. The Prerender...
- To add a custom control to a Web form we have to register with?
- A. Name space of the dll that is referenced B. Assemblyname C. TagPrefix D. All of the above...
- To add a custom control to a Web form we have to register with?
- A. Name space of the dll that is referenced B. Assemblyname C. TagPrefix D. All of the above...
- Custom Controls are derived from which of the classes_________________?
- A. Website B. WebForm C. Webfarm D. None of the above...
- Which of the following must be done in order to connect data from some data resource to Repeater control ?
- A. Call the DataBind method B. Set the DataSource property C. Both A and B D. None of these...
- Which of the following method is used to obtain details about information types of assembly ?
- A. GetType B. GetTypes C. Both A and B D. None of these...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- Attribute must be set on a validator control for the validation to work.
- A. ValidateControl B. ControlToValidate C. ControlToBind D. Validate...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- How do you get information from a form that is submitted using the “post” method ?
- A. Request.QueryString B. Response.writeln C. Response.write D. Request.Form...
Advertisement